.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide {
  overflow: hidden;
  justify-content: flex-end;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 1920px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide {
    justify-content: center;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.swiper-pagination {
  width: 90%!important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 60px!important;
}
.swiper-pagination-bullet {
  width: 60px!important;
  height: 2px!important;
  background: white!important;
  opacity: 0.8 !important;
  border-radius: 0!important;
  margin: 0 5px!important;
}
.swiper-pagination-bullet-active {
  width: 60px!important;
  height: 4px!important;
  opacity: 1!important;
  background: #eb0001 !important;
}
@media (max-width: 760px) {
  .swiper-pagination {
    width: 100%!important;
    justify-content: center;
    bottom: 30px!important;
  }
  .swiper-pagination-bullet {
    width: 40px!important;
  }
  .swiper-pagination-bullet-active {
    width: 40px!important;
  }
}
.mySwiper2 {
  width: calc(100% - 400px);
  height: 100%;
  background-color: white;
  overflow: hidden;
}
.mySwiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mySwiper2 .swiper-slide {
  width: 400px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px 10px;
  border: 1px solid #818181;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mySwiper2 .swiper-slide .image {
  width: 49%;
  max-height: 77%;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
}
.mySwiper2 .swiper-slide .text {
  width: 49%;
}
.mySwiper2 .swiper-slide .text strong {
  display: block;
  width: 100%;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 23px;
}
.mySwiper2 .swiper-slide .text span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #676767;
  text-transform: uppercase;
  font-size: 23px;
}
.mySwiper2 .swiper-slide .text p {
  width: 80%;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #767676;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mySwiper2 .swiper-slide .text .img {
  width: 100%;
  margin-top: 25px;
}
.mySwiper2 .swiper-slide .text .img .img_box {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}
.mySwiper2 .swiper-slide .text .img .img_box img {
  width: 15px;
}
.mySwiper2 .swiper-slide .text .img .img_box .b {
  display: none;
}
.mySwiper2 .swiper-slide:hover {
  padding: 4px 10px 0 10px;
  border-bottom: 5px solid #eb0001;
}
.mySwiper2 .swiper-slide:hover .text .img .img_box {
  background-color: #eb0001;
  border: 1px solid #eb0001;
}
.mySwiper2 .swiper-slide:hover .text .img .img_box .b {
  display: block;
}
.mySwiper2 .swiper-slide:hover .text .img .img_box .a {
  display: none;
}
.mySwiper3 {
  width: calc(100% - 400px);
  height: 100%;
  overflow: hidden;
}
.mySwiper3 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mySwiper3 .swiper-slide {
  width: 400px;
  height: 100%;
  overflow: hidden;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 500ms;
}
.mySwiper3 .swiper-slide:hover img {
  transform: scale(1.1);
}
